Link to this headingDynamoDB
managed, distributed NoSQL database
Link to this headingCommon Commands
Enumeration:
Fetch table contents:
Know that the “scan” operation will only retrieve up to 1 MB of table results.
In many circumstances you must use the “LastEvaluatedKey” value returned from the initial request to continue pagination through tables that could contain several TB.